| Total Complexity | 16 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | export class Routes{ |
||
| 2 | goToLink(link:any):void |
||
| 3 | getUpdateRoutes():void |
||
| 4 | getRouteVars():void |
||
| 5 | getRoutesOutside(routetarget:any):void |
||
| 6 | removeVarsOfRoute(route:any):any |
||
| 7 | registerRoute(routePathRegister:any, compEvent:any):void |
||
| 8 | runRoute(initialPage:any, InitialPageRedirect:any):voisd |
||
| 9 | whenUpdate(eventClass:any):void |
||
| 10 | whenChange(eventClass:any, object:any):void |
||
| 11 | whenChangeRoute(eventClass:any):void |
||
| 12 | whenChangeLocation(eventClass:any):void |
||
| 13 | redirectLocation():void |
||
| 14 | addEventSync():void |
||
| 15 | resolveAwait():void |
||
| 16 | whenAwait(eventClass:any):void |
||
| 17 | routeExecution(initialpage:any,initialPageRedirect:any):void |
||
| 18 | } |